From d0554cd5210c0e87ff5f9c77840af79541de4d5f Mon Sep 17 00:00:00 2001 From: Reedy Date: Mon, 30 Dec 2013 18:11:07 +0000 Subject: [PATCH] Revert "Update type hint for CreditsAction::getAuthor()" This reverts commit 8a9a1eff3e117a4f0572c88285f64472213dd962. Change-Id: I689645c812b1a28821a3d6854bc7737fc677e29e --- includes/actions/CreditsAction.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/actions/CreditsAction.php b/includes/actions/CreditsAction.php index 398548a2ca..97c160510d 100644 --- a/includes/actions/CreditsAction.php +++ b/includes/actions/CreditsAction.php @@ -80,10 +80,10 @@ class CreditsAction extends FormlessAction { /** * Get the last author with the last modification time - * @param WikiPage $page + * @param Page $page * @return String HTML */ - protected function getAuthor( WikiPage $page ) { + protected function getAuthor( Page $page ) { $user = User::newFromName( $page->getUserText(), false ); $timestamp = $page->getTimestamp(); -- 2.20.1